home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-18 | 1.3 KB | 73 lines |
- ; COBOL parser settings for IBM VSCOBOL II
-
- ; a list of possible exceptions for statements
- [Exceptions]
- Ex1=ON OVERFLOW,OVERFLOW
- Ex2=ON EXCEPTION,EXCEPTION
- Ex3=ON ESCAPE,ESCAPE
- Ex4=NO DATA
- Ex5=ON SIZE ERROR,SIZE ERROR
- Ex6=AT END,END
- Ex7=INVALID KEY,INVALID
- Ex8=AT END-OF-PAGE,END-OF-PAGE
- Ex9=AT EOP,EOP
- Ex10=WITH DATA,DATA
-
- ; a list of statements that should be recognized
- [Statements]
- CallException=1,2
- SearchException=6
-
- Stmt1=ACCEPT
- Stmt2=ADD,5,*
- Stmt3=ALTER
- Stmt4=CANCEL
- Stmt5=CLOSE
- Stmt6=COMPUTE,5,*
- Stmt7=CONTINUE
- Stmt8=DELETE,7,*
- Stmt9=DISABLE
- Stmt10=DISPLAY
- Stmt11=DIVIDE,5,*
- Stmt12=ENABLE
- Stmt13=EXAMINE
- Stmt14=EXHIBIT
- Stmt15=GENERATE
- Stmt16=GO
- Stmt17=INITIALIZE
- Stmt18=INITIATE
- Stmt19=INSPECT
- Stmt20=MERGE
- Stmt21=MOVE
- Stmt22=MULTIPLY,5,*
- Stmt23=OPEN
- Stmt24=PURGE
- Stmt25=READ,6,7,*
- Stmt26=READY
- Stmt27=RECEIVE,4,10,*
- Stmt28=RELEASE
- Stmt29=RESET
- Stmt30=RETURN,6,*
- Stmt31=REWRITE,7,*
- Stmt32=SEND
- Stmt33=SERVICE
- Stmt34=SET
- Stmt35=SORT
- Stmt36=START,7,*
- Stmt37=STOP
- Stmt38=STRING,1,*
- Stmt39=SUBTRACT,5,*
- Stmt40=SUPPRESS
- Stmt41=TERMINATE
- Stmt42=TRANSFORM
- Stmt43=UNSTRING,1,*
- Stmt44=USE
- Stmt45=WRITE,7,8,9,*
-
- ; these keywords should not be recognized as statements
- [NoKeywords]
- ;NK1=
-
- [ParseOptions]
- AllowSentenceInAArea=1
-